From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:10:01 +0000 (+0000) Subject: (Fkey_description): Use empty_unibyte_string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18513 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=28615dc0e482dbb00c0748a770811136738390ab;p=emacs.git (Fkey_description): Use empty_unibyte_string. --- diff --git a/src/keymap.c b/src/keymap.c index dbcf1d6fcfd..109ef250c8b 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2188,7 +2188,7 @@ spaces are put between sequence elements, etc. */) len += 2; } else if (len == 0) - return empty_string; + return empty_unibyte_string; return Fconcat (len - 1, args); }